Get the cursor out of the way
authorjustbur <justin@burkett.cc>
Fri, 3 Jul 2015 16:51:05 +0000 (12:51 -0400)
committerjustbur <justin@burkett.cc>
Fri, 3 Jul 2015 16:51:05 +0000 (12:51 -0400)
which-key.el

index 54831b528293c18aabd8580cfaef96b94ef6648f..451b7f0886fb300f42ceb715b87a3ef9fdcc3938 100644 (file)
@@ -186,7 +186,8 @@ Finally, show the buffer."
                                   formatted buffer-width))
               (goto-char (point-min))
               (which-key/replace-strings-from-alist
-               which-key-general-replacement-alist))
+               which-key-general-replacement-alist)
+              (goto-char (point-max)))
             (setq which-key--window (which-key/show-buffer
                                      (which-key/buffer-height line-breaks)
                                      buffer-width))